home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1605 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.lang.c++
  2. Path: walter.cray.com!glover
  3. From: glover@hikimi.cray.com (Roger Glover)
  4. Subject: Re: what is the proper way to create header files??
  5. Message-ID: <1996Jan11.152443.21305@walter.cray.com>
  6. Originator: root@hikimi
  7. Nntp-Posting-Host: hikimi.cray.com
  8. Organization: Cray Research, Inc.
  9. References: <4cv6i3$9dg@news.ios.com> <30f3ba2d.383635072@nntp.ix.netcom.com>
  10. Date: 11 Jan 96 15:24:43 CST
  11.  
  12.  
  13. In article <30f3ba2d.383635072@nntp.ix.netcom.com>, miker3@ix.netcom.com (Mike Rubenstein) writes:
  14.  
  15. > For example, on UNIX systems you needn't link in any special library
  16. > for most of the standard headers.  The one notable exception is
  17. > <math.h>.  Most (all?) UNIX compilers do not link in some of the
  18.                    ^^^^
  19. > floating point math functions unless you explicitly do it with -lm on
  20. > the command line.
  21.  
  22. Not all.  "libm" (-lm) is a default library in all Cray Research C and
  23. C++ programming environments.  Math functions tend to be an integral
  24. part of the types of applications people want to run on our systems. :^)
  25.  
  26. ----------------------------------------------- Roger Glover
  27. XXXX\ \ / \ /XXX  \ / \ X   \ /\\\  X///X /\\\  Cray Research, Inc.
  28. / \ / \/ /\ / \ / \X /\ X  \  / \   X\  \ X     DISCLAIMER HAIKU:
  29. //X/  X\\\X //X/  X \ X X\\   / \   X/X \ X \\\   C R I may not
  30. / \   X///X / \/  X//XX X  \  / \   X  \\ X   \   Share these opinions with me
  31. / \   X   X /\\\/ X   X X///X /XXX/ X///X /XXX/   This is not my fault
  32.